Autogenerated HTML docs for v1.7.2.1-158-gbd3a97
diff --git a/git-format-patch.html b/git-format-patch.html index a2f8a3d..77aa030 100644 --- a/git-format-patch.html +++ b/git-format-patch.html
@@ -678,7 +678,11 @@ <dd> <p> Ignore changes to submodules in the diff generation. <when> can be - either "untracked", "dirty" or "all", which is the default. When + either "none", "untracked", "dirty" or "all", which is the default + Using "none" will consider the submodule modified when it either contains + untracked or modified files or its HEAD differs from the commit recorded + in the superproject and can be used to override any settings of the + <em>ignore</em> option in <a href="git-config.html">git-config(1)</a> or <a href="gitmodules.html">gitmodules(5)</a>. When "untracked" is used submodules are not considered dirty when they only contain untracked content (but they are still scanned for modified content). Using "dirty" ignores all changes to the work tree of submodules, @@ -1077,7 +1081,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2010-08-10 05:29:40 UTC +Last updated 2010-08-18 22:14:52 UTC </div> </div> </body>